pp108 : Enabling SOAP Validation at Gateway (Deprecated)

Enabling SOAP Validation at Gateway (Deprecated)

This topic describes the procedure for enabling SOAP validation at Gateway.

SOAP requests coming in to the Gateway are validated to ensure that they follow SOAP 1.1 protocol.

  1. Modify the following property in wcp.properties file using Management Console . For information on modifying a property, refer to Modifying a Property.
    com.eibus.web.soap.validation=true: This property is now deprecated instead use cordys.gateway.protocol.validation=true.
    Note: If the property is set to false in the wcp.property file, SOAP validation is disabled.
  2. Restart the Web server.
    The SOAP validation at Gateway is enabled.
    Note: This validates the SOAP protocol part of the requests alone with respect to SOAP 1.1 protocol. To validate SOAP protocol and the request, enable request validation at Gateway. For more information, refer Enabling Request Validation. To validate SOAP protocol, the request, and the response, enable response validation at Gateway. For more information, refer Enabling Response Validation.

Related tasks

Enabling Payload Validation at Gateway (Deprecated)
Enabling SOAP Protocol Validation at Gateway
Enabling Request Validation at Gateway
Enabling Response Validation at Gateway
Managing Platform Properties